home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap04 / Paint2 / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  811 b   |  27 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8. #define IDR_CONTEXTMENU         101
  9.  
  10. #define IDM_FILE_NEW            110
  11. #define IDM_FILE_EXIT           111
  12.  
  13. #define IDM_WIDTH_VTHIN         120
  14. #define IDM_WIDTH_THIN          121
  15. #define IDM_WIDTH_MEDIUM        122
  16. #define IDM_WIDTH_THICK         123
  17. #define IDM_WIDTH_VTHICK        124
  18.  
  19. #define IDM_COLOR_BLACK         130
  20. #define IDM_COLOR_BLUE          131
  21. #define IDM_COLOR_GREEN         132
  22. #define IDM_COLOR_CYAN          133
  23. #define IDM_COLOR_RED           134
  24. #define IDM_COLOR_MAGENTA       135
  25. #define IDM_COLOR_YELLOW        136
  26. #define IDM_COLOR_WHITE         137
  27.